|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule is introduced to define controls for the fund drop-down on the activity add/edit screen. Note: This rule should not be added in the TransactionBusinessRulePacket rule.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<FundListForAllocation> |
The required opening and closing elements of this business rule. |
|
|
|
<FundHierarchy> |
Required
element; |
|
Required
element value; |
|
EXCLUDETYPE |
Optional
attribute; | ||
|
<Relation> |
Optional element; |
|
|
|
<BandVariable> |
Required element; |
|
Required element value; String: MathVariable that represents a field in the Policy screen whose value determines the child/parent relationship. |
<FundListForAllocation>
<FundHierarchy EXCLUDETYPE="06,07,08">Parent</FundHierarchy>
<Relation>
<BandVariable>BandVariable</BandVariable>
</Relation>
</FundListForAllocation>
<FundListForAllocation>
<FundHierarchy EXCLUDETYPE="St">Child</FundHierarchy>
<Relation>String</Relation>
<BandVariable>BandVariable</BandVariable>
</FundListForAllocation>